home *** CD-ROM | disk | FTP | other *** search
- Path: nntp1.best.com!usenet
- From: javaprog@best.com (John Lockwood)
- Newsgroups: comp.lang.c++
- Subject: Re: VC1.5 header file error help
- Date: Sun, 07 Apr 1996 17:27:39 GMT
- Organization: Best Internet Communications
- Message-ID: <4k8tus$j55@nntp1.best.com>
- References: <4k8qfs$4ta@newsbf02.news.aol.com>
- NNTP-Posting-Host: javaprog.vip.best.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- bouyang366@aol.com (BOuyang366) wrote:
-
- >Hi, there:
- >I am learning VC1.5 now, one problem I am having is whenever I tried to
- >build a project, I always get error message "C1004", indicating
- >"unexepected end of file in the header file, which actually just have
- >several "#define" statement.
-
- >Can someone give me some advice on this?
-
- Try putting some newlines at the end of the file. Some of the MS
- compilers have a weird preprocessor bug in which preprocessor
- directives aren't recognized if they're the last line in the file.
- Regards,
-
-
-
- John Lockwood
- john@wwg.com
- javaprog@best.com
- http://www.best.com/~javaprog
-
-